use dynamic lib
authorAntonio Valentino <antonio.valentino@tiscali.it>
Fri, 23 Aug 2013 10:19:58 +0000 (12:19 +0200)
committerAntonio Valentino <antonio.valentino@tiscali.it>
Sat, 7 Mar 2026 11:59:49 +0000 (11:59 +0000)
commit91eb446095a03f7bb84f632f2acf53ddffaef994
treedfb1c32ed937274e8e4b9c7c76903c90e5800386
parent2a2ef53294856e7f3885a2fedcdafb266c6c2035
use dynamic lib

The setup script detects the static version of the lzo2 library instead of
the dynamic version (that is now located in a multi-arch path).
This causes a link error due to not relacable code (missing -fPIC flag
at compile time)

Now the dynamic version of the lzo2 library is located in a multiarch path so
sthe setup script

Gbp-Pq: Name 0001-use-dynamic-lib.patch
setup.py